:root * {
    -webkit-filter: none !important;
    filter: none !important;
    box-sizing: border-box;
}
@font-face {
    font-family: 'num';
    src: url('fonts/num.ttf') format('truetype');
    font-style: normal;
}

html {
    font-family: 'microsoft yahei';
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    margin: 0;
    padding: 0;
}

body {
    margin: 80px 0 0 0;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    overflow-x: hidden;
    background-color: #fff;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    min-width: 1240px;

}

a, input, textarea, select, button {
    outline: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: middle;
}

ol, ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

input, select, button {
    vertical-align: baseline;
    border-radius: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
}

i {
    font-style: normal;
}

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    margin: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

textarea {
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    overflow: auto;
    resize: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #22377a;
}

img {
    vertical-align: middle;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}


.page{
    max-width: 1920px;
    margin: auto;
    position: relative;
    box-shadow: 0 20px 40px 0 rgb(0 0 0 / 10%);
}


.wrapper {
    width: 1200px;
    margin: auto;
}

.wrapper.flex {
    display: flex;
}
.wrapper.flex-sb{
    justify-content: space-between;
}
.wrapper.ptb{
    padding: 60px 0;
}

.hcover{
    position: relative;
}
.hcover .bannerimg{
    width: 100%;
}
.hcover .bannertext{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -55px;
}
.hcover .bannertext img{
    height: 100px;
}
.header {
    display: flex;
    height: 80px;
    align-items: center;
    justify-content: flex-end;
    padding: 0 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9;
    min-width: 1240px;
}


.header .logo {
    width: 314px;
    flex-shrink: 0;
}
.header .logo img{
    height: 34px;
}

.header .nav {
    display: flex;
    justify-content: center;
    padding-right: 20px;
    width: 100%;
    min-width: 790px;
}

.header .nav li {
    position: relative;
}

.header .nav li .b {
    display: block;
    line-height: 75px;
    padding: 0 25px;
    color: #333333;
}

.header .nav li .s {
    display: block;
    transform: scaleY(0%);
    overflow: hidden;
    line-height: 40px;
    height: 40px;
    position: absolute;
    top: 76px;
    right: -5px;
    white-space: nowrap;
    transition: all .1s;
    z-index: 9;
    opacity: 0;
}
.header .nav li:nth-child(2) .s{
    left: -5px;
    right: auto;
}
.header .nav li:nth-child(3) .s{
    left: -170px;
    right: auto;
}
.header .nav li:hover .s {
    transform: scaleY(100%);
    opacity: 1;
}
.header .nav li:hover .s a{
    padding: 0 30px;
    display: inline-block;
    font-size: 16px;
    color: rgba(255,255,255,.8);
    position: relative;
}
.header .nav li .s a:before{
    content: ' ';
    position: absolute;
    width: 1px;
    height: 15px;
    left: 0;
    top: 15px;
    background: rgba(255,255,255,.8);
}
.header .nav li .s a:last-child:after{
    content: ' ';
    position: absolute;
    width: 1px;
    height: 15px;
    right: 0;
    top: 15px;
    background: rgba(255,255,255,.8);
}

.header .nav li:hover .s a:hover {
    color: #fff;
}
.header.hm .nav li:hover .s a:hover {
    color: #fff;
}

.header .nav li.on:after {
    content: ' ';
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 0;
    height: 2px;
    background: #22377a;
}

.header .snavbg{
    left: 0;
    right: 0;
    z-index: 2;
    background:rgba(255,255,255,0);
    position: fixed;
    top: 80px;
    transition: all .2s;
    height: 0;
}
.header .snavbg.show{
    background:#22377a;
    height: 40px;
}

.header .oa {
    width: 100px;
    height: 40px;
    color: #fff;
    background: #22377a;
    display: block;
    border-radius: 19px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    flex-shrink: 0;
}


.hnews{
    background-image: url("images/inc-bg.png");
    background-size: cover;
    overflow: hidden;
    padding: 120px 0 60px;
}
.hnews .cate{
    width: 200px;
    flex-shrink: 0;
}
.hnews .cate h2{
    font-size: 34px;
    font-weight: bold;
    background-image: url("images/hnt-bg.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-top:40px;
    margin-top: 40px;
}
.hnews .cate ul{
    padding: 40px 0;
}
.hnews .cate ul li{
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    margin: 14px 100px 14px 0;
    cursor: pointer;
    transition: all .3s;
    cursor: pointer;
}
.hnews .cate ul li:hover{
    transform: scale(1.2)
}
.hnews .cate ul li.on{
    color: #22377a;
    border-bottom: 4px solid #22377a;
}
.hnews .cate a{
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 16px;
    background: #22377a;
    border-radius: 20px;
    transition: all .3s;
}
.hnews .cate a:hover{
    transform: scale(1.2)
}

.hnews .news{
    width: 0;
    height: 520px;
    transition: all .3s;
    display: flex;
    flex-shrink: 0;
    overflow: hidden;
}
.hnews .news.on{
    width: 1000px;
}
.hnews .news .focus{
    width: 510px;
    height: 480px;
    background: #fff;
    padding: 35px;
    flex-shrink: 0;
    transition: all .3s;
}
.hnews .news .focus:hover{
    transform: scale(1.05)
}
.hnews .news .focus img{
    width: 440px;
    height: 260px;
}
.hnews .news .focus .date{
    font-size: 26px;
    font-weight: bold;
    height: 75px;
    line-height: 75px;
}
.hnews .news .focus .title{
    height: 22px;
    line-height: 22px;
    font-size: 22px;
    font-weight: bold;
    overflow: hidden;
}
.hnews .news .focus .des{
    color: #999999;
    font-size: 14px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    margin-top: 14px;
}
.hnews .news ul{
    width: 100%;
    margin-left: 30px;
}
.hnews .news ul a{
    height: 225px;
    background: #fff;
    margin-bottom: 30px;
    display: flex;
    padding: 50px 30px;
    transition: all .3s;
}
.hnews .news ul a:hover{
    transform: scale(1.05)
}
.hnews .news ul a .date{
    flex-shrink: 0;
    margin-right: 30px;
}

.hnews .news ul a .date b{
    display: block;
    font-size: 26px;
    white-space: normal;
}
.hnews .news ul a .date span{
    display: block;
    border-bottom: 2px solid #e5e5e5;
    color: #666;
    padding-bottom: 30px;
}
.hnews .news ul a .text{
    width: 100%;
}
.hnews .news ul a .title{
    font-weight: bold;
    font-size: 22px;
    height: 66px;
    line-height: 33px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.hnews .news ul a .des{
    color: #999999;
    font-size: 14px;
    margin-top: 20px;
    line-height: 25px;
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hbuss{
    background: #fff;
    height: 754px;
    padding-top: 112px;
}
.hbuss h2{
    text-align: center;
    font-size: 33px;
    position: relative;
    line-height: 60px;
    height: 60px;
    display: block;
}
.hbuss h2:after{
    content: ' ';
    height: 4px;
    width: 66px;
    left: 50%;
    margin-left: -33px;
    position: absolute;
    bottom: -4px;
    background: #22377a;
}
.hbuss ul{
    padding-top: 60px;
}
.hbuss ul a{
    width: 100%;
    margin-right: 10px;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all .3s;
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: center;
}
.hbuss ul a .block{
    width: 100%;
}
.hbuss ul a img{
    display: block;
    margin: 0 auto 30px;
}
.hbuss ul a .cn{
    text-align:center;
    font-size: 22px;
    font-weight: bold;
    transition: all .3s;
    z-index: 4;
}
.hbuss ul a .en{
    padding-top: 20px;
    white-space: nowrap;
    font-size: 13px;
    text-align: center;
}
.hbuss ul a .text{
    transition: all .3s;
    height: 0;
    overflow: hidden;
}
.hbuss ul a .text p{
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 40px;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    margin: 30px 0;
}

.hbuss ul a:hover .text{
    height: 140px;
}
.hbuss ul a:hover .text .arr{
    width: 100px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    margin: auto;
}
.footer{
    background: #141c34;
    padding: 60px 0;
}
.footer-end{
    align-items: center;
}

.footer-end .end-item .logo{
    padding-bottom: 20px;
    height: 54px;
}

.footer-end .end-item .qrcode{
    width: 268px;
}
.footer-end .end-item a{
    color: #999;
}
.footer-end .end-item a:hover{
    color: #fff;
}
.footer-end .end-item p{
    color: #999;
    font-size: 13px;
    line-height: 25px;
}

.footer-end .end-item:nth-child(2){
    text-align: right;
}


.se-header {
    width: 100%;
    border-bottom: 1px solid #ebedf3;
}
.se-header .se-hin{
    width: 1200px;
    display: flex;
    align-items: center;
    height: 64px;
    margin: auto;
}


.se-header .place {
    width: auto;
    color: #666;
    white-space: nowrap;
}

.se-header .place a,.se-header .place span {
    color: #666;
    background-image: url("images/right.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px 20px;
    padding-left: 25px;
    padding-right: 5px;
}
.se-header .place a:first-child{
    background:none;
    padding-left: 0;
}

.se-header .place a:hover {
    color: #c01925;
}

.se-header .more {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.se-header .more a {
    display: block;
    height: 64px;
    line-height: 64px;
    margin-left: 30px;
    font-size: 16px;
    position: relative;
}
.se-header .more a.on{
    color: #c01925;
}
.se-header .more a.on:before{
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: #c01925;
    border-radius: 4px;
}

.info-header{
    text-align: center;
    padding: 20px 0;
    position: relative;
}

.info-header h1 {
    font-size: 26px;
}

.info-header span {
    color: #888888;
    display: block;
    padding-top: 12px;
}

.info-content{
    padding: 18px 0;
    line-height: 2;
    width: 900px;
    margin: auto;
}
.info-content p{
    padding: 0;
    text-indent: 2em;
}
.info-content img{
    width: 100%;
    margin: auto;
}

.around{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #f0f0f0;
    padding: 12px 0;
}
.around .up,.around .down{
    width: 48%;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.around .up{
    text-align: left;
}
.around .down{
    text-align: right;
}

.group-title{
    width: 355px;
    flex-shrink: 0;
    padding-top: 18px;
}
.group-title img{
    max-width: 355px;
}
.group-content{
    width: 100%;
}
.group-content img{
    max-width: 100%;
}


.group-content p{
    padding: 0;
    line-height: 2;
    font-size: 16px;
    text-indent: 2em;
}
.group-content iframe{
    width: 100%;
    height: 500px;
    border: none;
}

.pages {
    display: flex;
    text-align: center;
    justify-content: center;
}

.pages a,.pages span,.pages em {
    border: #f0f0f0 1px solid;
    padding: 5px 10px;
    background: #fff;
    display: block;
    border-radius: 3px;
    color: #333;
    margin: 40px 10px 40px 0;
}
.pages a:hover{
    color: #22377a;
}

.pages .curr,.pages .active{
    border: 1px solid #22377a;
    background: #22377a;
    color: #fff;
}
.pages em{
    border-color: #fff;
    font-style: normal;
}
.pages .disabled{
    background: #f5f5f5;
}

.buss-timg{
    margin-top: 60px;
    margin-bottom: 40px;
}

.buss-tab{
    margin: 40px auto 20px;
    display: flex;
    height: 64px;
    border-top: 4px solid #ebedf3;
    border-bottom: 4px solid #ebedf3;
    line-height: 56px;
    padding: 0 10px;
}
.buss-tab li{
    display: block;
    text-align: center;
    position: relative;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    color: #999;
}
.buss-tab li:hover{
    color: #22377a;
}
.buss-tab li.on{
    color: #22377a;
    font-weight: bold;
}

.buss-tab li.on:before{
    content: ' ';
    height: 4px;
    background: #22377a;
    display: block;
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
}
.buss-tab li.on:after{
    content: ' ';
    height: 4px;
    background: #22377a;
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
}

.buss-bg{

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 340px 0 60px 0;
}
.buss-inner{
    background: #22377a;
    width: 1200px;
    margin: auto;
    padding: 50px 190px;
}
.buss-content{
    display: none;
    background: #fafafa url("images/bicb.jpg") 0 0 no-repeat;
    padding: 45px 70px;
    color: #666666;
    line-height: 2;
    min-height: 200px;
}
.buss-content.on{
    display: block;
}

.tptitle{
    text-align: center;
}
.tptitle b{
    display: block;
    font-size: 28px;
    color: #22377a;
    padding-top: 60px;
}
.tptitle span{
    display: block;
    font-size: 16px;
    color: #e8eaf1;
    font-weight: bold;
    padding-bottom: 30px;
}
.tptitle a{
    background-color: #ebedf3;
    color: #22377a;
    display: block;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    transition: .3s;
    border-radius: 5px;
    margin-bottom: 5px;
}
.tptitle a:hover{
    font-size: 20px;
}

.tlist{
    display: flex;
    flex-wrap: wrap;
    width: 940px;
    margin: 0 auto 60px;
    justify-content: space-between;
}
.tlist a{
    display: block;
    width: 300px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-align: center;
    transition: all .3s;
    background: #fafafa;
    color: #22377a;
    margin: 5px 0;
    border-radius: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.tlist a:hover{
    font-size: 18px;
}

.ncate{
    width: 200px;
    padding: 60px 0 30px;
    flex-shrink: 0;
}
.ncate li{
    border-bottom: 1px solid #ebedf3;

}
.ncate li.on{
    border-bottom: 4px solid #22377a;
}
.ncate li a{
    line-height: 79px;
    padding-left: 60px;
    display: block;
    background: url("images/ncig.png") 30px center no-repeat;
    color: #999;
    transition: all .1s;
}
.ncate li a:hover{
    background-image: url("images/nci.png");
    color: #22377a;
}
.ncate li.on a{
    background-image: url("images/nci.png");
    color: #22377a;
    font-weight: bold;
    line-height: 76px;
    background-color: #ebedf3;
}
.ncate li .child{
    display: none;
}
.ncate li.on .child{
    display: block;
}
.ncate li .child a{
    line-height: 40px;
    font-size: 14px;
    background: none;
    padding-left: 60px;
    color: #999;
}
.ncate li .child a:hover,.ncate li .child a.on{
    color: #22377a;
}
.nright{
    width: 940px;
}
.news-list{
    padding: 60px 0 30px;
}
.news-list .item{
    padding: 20px 0;
    display: flex;
    border-bottom: 2px solid #fafafa;
    transition: all .3s;
}

.news-list .item .date{
    width: 100px;
    padding-right: 20px;
    flex-shrink: 0;
    font-family: num;
    position: relative;
}


.news-list .item .date b{
    font-size: 24px;
    display: block;
}
.news-list .item .date span{
    color: #999999;
    font-weight: bold;
}

.news-list .item .date:after{
    content: " ";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ae2831;
}
.news-list .item .text{
    width: 100%;
}
.news-list .item .text b{
    display: block;
    height: 30px;
    line-height: 30px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
}
.news-list .item .text p{
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #777;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 2;
    min-height: 50px;
}



.fnews{
    position: relative;
    background-color: #fafafa;
    margin-bottom: 30px;
}
.fnews a{
    display: flex;
    justify-content: space-between;
}


.fnews img{
    width: 500px;
    height: 300px;
    object-fit:cover;
    flex-shrink: 0;
    vertical-align: middle;
}
.fnews .text{
    padding: 30px 30px 0 30px;
    width: 100%;
}
.fnews b{
    display: block;
    line-height: 30px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
}
.fnews p{
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #777;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.fnews span{
    font-family: num;
    display: block;
    font-size: 30px;
}
.fnews em{
    display: block;
    height: 10px;
    width: 31px;
    background: url("images/narr.png");
    margin-top: 30px;
}

.buss-list{
    padding-top: 60px;
}
.buss-list a{
    display: flex;
    width: 100%;
    border-right: 1px solid #fff;
    align-items: center;
    background: #22377a;
    color: #fff;
    padding: 20px 10px;
    line-height: 1.5;
}
.buss-list a img{
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}
.buss-list a .text{
    padding-left: 10px;
}
.buss-list a b{
    font-size: 20px;
    display: block;
}
.buss-list a span{
    font-size: 11px;
    white-space: nowrap;
}
.buss-list a:last-child{
    border-right: none;
}
.buss-list a:hover{
    background: #ae2831;
}

.special{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
}
.special li{
    width: 450px;
    padding-top: 40px;
}
.special li img{
    width: 450px;
    height: 200px;
}